const bufio.maxConsecutiveEmptyReads
6 uses
bufio (current package)
bufio.go#L45: const maxConsecutiveEmptyReads = 100
bufio.go#L112: for i := maxConsecutiveEmptyReads; i > 0; i-- {
bufio.go#L804: for nr < maxConsecutiveEmptyReads {
bufio.go#L811: if nr == maxConsecutiveEmptyReads {
scan.go#L173: if s.empties > maxConsecutiveEmptyReads {
scan.go#L234: if loop > maxConsecutiveEmptyReads {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)